home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / xpk_develop / include / c / proto / xpkmaster.h next >
C/C++ Source or Header  |  1998-08-27  |  311b  |  18 lines

  1. #ifndef _PROTO_XPKMASTER_H
  2. #define _PROTO_XPKMASTER_H
  3.  
  4. #ifndef __NOLIBBASE__
  5.   extern struct Library *XpkBase;
  6. #endif
  7.  
  8. #include <exec/types.h>
  9. #include <clib/xpkmaster_protos.h>
  10.  
  11. #ifdef __GNUC__
  12.   #include <inline/xpkmaster.h>
  13. #else
  14.   #include <pragma/xpkmaster_lib.h>
  15. #endif
  16.  
  17. #endif    /*  _PROTO_XPKMASTER_H  */
  18.